home *** CD-ROM | disk | FTP | other *** search
- on openIndex
- set the fileName of window "Index" to "index.dir"
- set the title of window "Index" to "Index"
- set the windowType of window "Index" to 49
- open(window "Index")
- end
-
- on closeIndex
- close(window "index")
- forget(window "index")
- end
-
- on openconfigwindow
- set the fileName of window "Config" to "config.dir"
- set the title of window "Config" to "Configuration Options"
- set the windowType of window "Config" to 49
- open(window "Config")
- end
-
- on closeConfigWindow
- close(window "Config")
- forget(window "Config")
- end
-